home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
misc
/
pplot100.lha
/
PPlot.Importing
< prev
next >
Wrap
Text File
|
1992-09-11
|
673b
|
24 lines
To import data from another program such as a spreadsheet, you need to make
sure the data is in PPlot's format. The format is as follows...
NUMBER
X_COORDINATE,Y_COORDINATE,X_ERROR,Y_ERROR
.
.
.
Simple, eh? :)
NUMBER = the number of points in the file.
The coordinates and errors can be separated by commas, spaces (one or
more), or <Returns>. Remove any text or control characters in the file.
(A beta-tester had a problem importing Advantage output because it put
Control-L's in the file. Got rid of them and the file loaded fine.)
Well, that's about it for importing. Of course, you can't import more than
500 points at a time.
---charlet@hubcap.clemson.edu